The Imagick class
PHP Manual

Imagick::getImageWhitePoint

(PECL imagick 2.0.0)

Imagick::getImageWhitePointReturns the chromaticity white point

Descripción

array Imagick::getImageWhitePoint ( void )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Returns the chromaticity white point as an associative array with the keys "x" and "y".

Valores retornados

Returns the chromaticity white point as an associative array with the keys "x" and "y". Throw an ImagickException on error.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual